func internal/poll.errClosing
6 uses
internal/poll (current package)
fd.go#L42: func errClosing(isFile bool) error {
fd_mutex.go#L203: return errClosing(fd.isFile)
fd_mutex.go#L222: return errClosing(fd.isFile)
fd_mutex.go#L240: return errClosing(fd.isFile)
fd_poll_runtime.go#L121: return errClosing(isFile)
fd_unix.go#L93: return errClosing(fd.isFile)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)